home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d21 / allcc205.arc / TOKRNG.DAT < prev    next >
Text File  |  1989-03-22  |  4KB  |  117 lines

  1. INFORMATION ON TOKEN RING ADAPTER CARDS AND LOADING TOKEN RING
  2.                         INTO HIGH MEMORY
  3. ==============================================================
  4.  
  5. Before proceeding,  please make sure that you have read the ALL
  6. Chargecard Manual, the General Network Information file and
  7. read.me file on disk
  8.  
  9. For Token Ring Adapter Cards, please note the following:
  10. ========================================================
  11.  
  12. You cannot use the Reference Disk for IBM ATs., you can use the
  13. Reference Disk for IBM PS/2s.
  14.  
  15. If you are using an AT - the BIOS must be dated after June 1985.
  16.  
  17. There are two versions of Token Ring Adapter : -
  18.  
  19. a) Primary Adapter
  20. b) Adapter II
  21.  
  22.   The difference between a) and b) is that a) has 8k shared RAM
  23.   and 8k ROM and b) has 16k shared RAM and 16k ROM.
  24.  
  25.   In order to find your ROM address, you should refer to Dip
  26.   Switch Block 1 and should set those switches 1-6 to the
  27.   appropriate address - then you should use the TOKERUI.COM command
  28.   file to set the appropriate address for shared RAM.
  29.  
  30.       If you have a PS/2 running VGA, it could be appropriate to
  31.       set the ROM & RAM in the B000-B7FF range. If you are using the
  32.       Primary Adapter you have 8K ROM and 8K RAM. The best place to
  33.       position these are just next door to the Video at B800-BFFF. So
  34.       you should set the switches on the Primary Adapter Switch Block 1 
  35.       to B4000 (see below). The ROM will sit between B4000 and B5FFF
  36.       and you should set the RAM start address to B6000, so that your
  37.       RAM sits between B6000 and B7FF. 
  38.       If you are using the Adapter II, you have a 16K ROM and 16K
  39.       RAM, so you should set the Switch Block 1 to B0000 (see below).
  40.       Your ROM will then load between B0000 and B3FFF.  Then you should
  41.       set your RAM start address as B4000,  so that your RAM sits
  42.       between B4000 and B7FFF.    
  43.  
  44. Memory      Bits 19 to 14        Switches 1 to 6
  45. Location                         (F=OFF N=ON)
  46.  
  47. A8000       010100                N F N F N N
  48. AA000       010101                N F N F N F
  49. AC000       010110                N F N F F N
  50. B0000       011000                N F F N N N
  51. B4000       011010                N F F N F N
  52. B8000       011100                N F F F N N
  53. BC000       011110                N F F F F N
  54. C0000       100000                F N N N N N
  55. C2000       100001                F N N N N F
  56. C4000       100010                F N N N F N
  57. C8000       100100                F N N F N N
  58. CC000       100110                F N N F F N
  59. D0000       101000                F N F N N N
  60. D4000       101010                F N F N F N
  61. DC000       101110                F N F F F N 
  62.  
  63.  
  64. NOTE: In an AST Premium 286 using BIOS v. 1.1 the Token Ring ROM 
  65.       address can only be set at DC00
  66.  
  67. Setting the RAM start address with TOKREUI
  68.   
  69. e.g.
  70.  
  71. TOKREUI 400000000001,aaaa <cr> where aaaa is the start address
  72.  
  73. So for the examples given above:
  74. For Primary adapter, it should be - TOKREUI 400000000001,B400
  75. For the Adapter II, it should be - TOKREUI 400000000001,B000
  76.  
  77. Then you must exclude the ROM and RAM addresses under ALLEMM4.
  78.  
  79. e.g.  DEVICE=ALLEMM4.SYS RAM X=aaaa-bbbb
  80.  
  81. For the examples given above your ALLEMM4 line in your CONFIG.SYS
  82. should look like this:
  83.  
  84. For Primary Adapter:
  85.  
  86. DEVICE=ALLEMM4.SYS RAM=B000-B3FF X=B400-B7FF <+ other parameters> 
  87.  
  88. For the Adapter II:
  89.  
  90. DEVICE=ALLEMM4.SYS RAM X=B000-B7FF <+ other parameters>
  91.  
  92.  
  93.    The highest address you can set ROM is at DC00-DFFF. 
  94. The preferred way of setting RAM is at DA00 for 8k RAM or
  95. D800 for 16k RAM -
  96.  
  97. e.g.  DEVICE=ALLEMM4.SYS RAM X=DA00-DFFF
  98.   or  DEVICE=ALLEMM4.SYS RAM X=D800-DFFF
  99.  
  100. TOKEN RING
  101. ==========
  102.  
  103. Please note: If you are using the IBM 3270 Connection Adapter
  104.              for 3270 emulation, then it is critical where it
  105.              and the IBM Token Ring Adapter sit in the BUS.
  106.              The 3270 Connection Adapter should be in Slot 1
  107.              (nearest the outside casing) and the IBM Token
  108.              Ring Adapter should be in Slot 2 next to it.
  109.  
  110. Please note: If you are using Token Ring Drivers they should 
  111.              always be used in the following order and 
  112.              DXMC0MOD.SYS should always be loaded in low
  113.              memory:
  114.              DEVICE=DXMA0MOD.SYS
  115.              DEVICE=DXMC0MOD.SYS<HT>  
  116.              DEVICE=DXMT0MOD.SYS   (This driver is optional)
  117.